php get all values from associative array certain key

107

php get all values from associative array certain key -

$ids = array_column($users, 'id');

Comments

Submit
0 Comments